📦 [0.74]: Bump @types/react from 18.2.67 to 18.3.28#15911
Closed
dependabot[bot] wants to merge 1 commit into0.74-stablefrom
Closed
📦 [0.74]: Bump @types/react from 18.2.67 to 18.3.28#15911dependabot[bot] wants to merge 1 commit into0.74-stablefrom
dependabot[bot] wants to merge 1 commit into0.74-stablefrom
Conversation
Contributor
|
@dependabot rebase |
1609255 to
dd0bbfb
Compare
Contributor
|
@dependabot rebase |
dd0bbfb to
e7fe673
Compare
Contributor
|
/azp run PR |
vineethkuttan
approved these changes
Apr 4, 2026
Contributor
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
https://github.com/dependabot recreate |
e7fe673 to
9894df7
Compare
Member
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
@dependabot recreate |
9894df7 to
e127950
Compare
Contributor
|
/azp run PR |
Contributor
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
@dependabot recreate |
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.67 to 18.3.28. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 18.3.28 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
e127950 to
175ef89
Compare
vmoroz
added a commit
that referenced
this pull request
Apr 23, 2026
* Pin @types/react to current minor on stable branches in dependabot Dependabot's lockfile-only strategy respects the existing semver range in package.json. Because @types/react is declared as a caret range (e.g. "^18.2.6", "^19.1.4"), dependabot proposes minor-version bumps to the type definitions even though the paired `react` runtime stays on its current minor. On 0.74-stable this broke TS compilation — bumping @types/react from 18.2.67 to 18.3.28 failed with a forwardRef inference error in KeyboardExt.tsx (see PR #15911). Add an ignore rule to each stable-branch entry so minor and major updates of @types/react and @types/react-dom are filtered out of the grouped PR. Only patch updates flow through, keeping the type definitions aligned with the frozen React minor on each branch: 0.74-stable: @types/react locked to 18.2.x 0.81-stable: @types/react locked to 19.1.x 0.82-stable: @types/react locked to 19.1.x 0.83-stable: @types/react locked to 19.2.x 0.84-stable: @types/react locked to 19.2.x The main-branch entry is unchanged — it should continue to track upstream React type releases. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Extend dependabot ignore to react + react-native + react-test-renderer The react runtime, its type defs, and the matching test renderer are version-locked together on each stable branch. Bumping any one of them to a different minor can break TS compilation or runtime compatibility, so lock the full set on every stable-branch dependabot entry. Also include react-dom / @types/react-dom defensively — they aren't currently in any stable-branch package.json but will be pinned if added later. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
auto-merge was automatically disabled
April 23, 2026 00:09
Pull request was closed
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @types/react from 18.2.67 to 18.3.28.
Commits